home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / NETTIGER.IN_ / nettiger.inf
Encoding:
INI File  |  2003-03-24  |  6.4 KB  |  184 lines

  1. ; Copyright (c) Microsoft Corporation.  All rights reserved.
  2. ; Tiger Jet Network PCI 128K ISDN INF for WAN Miniport Drivers
  3. ; Revised 9-27-98
  4. ; Revised 6-6-00 
  5.  
  6. [version]
  7. Signature  = "$Windows NT$"
  8. Class      = Net
  9. ClassGUID  = {4D36E972-E325-11CE-BFC1-08002BE10318}
  10. Provider   = %MS%
  11. LayoutFile = layout.inf
  12. DriverVer=05/05/2001,5.0.1987.1
  13.  
  14. [Manufacturer]
  15. %V_TJISDN% = TJISDN
  16.  
  17. [ControlFlags]
  18. ExcludeFromSelect = PCI\VEN_E159&DEV_0001&SUBSYS_00010059
  19. ExcludeFromSelect = PCI\VEN_E159&DEV_0001&SUBSYS_00030059
  20. ExcludeFromSelect = PCI\VEN_E159&DEV_0001&SUBSYS_00050059
  21. ExcludeFromSelect = PCI\VEN_E159&DEV_0001&SUBSYS_00070059
  22. ExcludeFromSelect = PCI\VEN_E159&DEV_0001&SUBSYS_00080059
  23. ExcludeFromSelect = PCI\VEN_E159&DEV_0001&SUBSYS_000b0059
  24. ExcludeFromSelect = PCI\VEN_E159&DEV_0001&SUBSYS_000f0059
  25.  
  26. [TJISDN]
  27. %TJISDNST.DeviceDesc%   = TJISDNST.ndi,    PCI\VEN_E159&DEV_0001&SUBSYS_00010059
  28. %TJISDNU.DeviceDesc%    = TJISDNU.ndi,     PCI\VEN_E159&DEV_0001&SUBSYS_00030059
  29. %TJISDNSTS.DeviceDesc%  = TJISDNSTS.ndi,   PCI\VEN_E159&DEV_0001&SUBSYS_00050059
  30. %TJISDNUK.DeviceDesc%   = TJISDNUK.ndi,    PCI\VEN_E159&DEV_0001&SUBSYS_00070059
  31. %TJISDNSTAP.DeviceDesc% = TJISDNSTAP.ndi,  PCI\VEN_E159&DEV_0001&SUBSYS_00080059
  32. %TJISDNUP.DeviceDesc%   = TJISDNUP.ndi,    PCI\VEN_E159&DEV_0001&SUBSYS_000b0059
  33. %TJISDNUKP.DeviceDesc%  = TJISDNUKP.ndi,   PCI\VEN_E159&DEV_0001&SUBSYS_000f0059
  34.  
  35. ;****************************************************************************
  36. ; NT main sections
  37. ;****************************************************************************
  38. [TJISDNST.ndi.NT]
  39. BusType     = 5
  40. AddReg      = TJISDN.Gen.Params, TJISDN.ndis.reg
  41. Characteristics = 0x84  ;NCF_PHYSICAL | NCF_HAS_UI
  42. CopyFiles=TJISDN.CopyFiles
  43.  
  44.  
  45. [TJISDNSTS.ndi.NT]
  46. BusType     = 5
  47. AddReg      = TJISDN.Gen.Params, TJISDN.ndis.reg
  48. Characteristics = 0x84  ;NCF_PHYSICAL | NCF_HAS_UI
  49. CopyFiles=TJISDN.CopyFiles
  50.  
  51. [TJISDNU.ndi.NT]
  52. BusType     = 5
  53. AddReg      = TJISDN.Gen.Params, TJISDN.ndis.reg
  54. Characteristics = 0x84  ;NCF_PHYSICAL | NCF_HAS_UI
  55. CopyFiles=TJISDN.CopyFiles
  56.  
  57. [TJISDNUP.ndi.NT]
  58. BusType     = 5
  59. AddReg      = TJISDN.Gen.Params, TJISDN.ndis.reg
  60. Characteristics = 0x84  ;NCF_PHYSICAL | NCF_HAS_UI
  61. CopyFiles=TJISDN.CopyFiles
  62.  
  63. [TJISDNUK.ndi.NT]
  64. BusType     = 5
  65. AddReg      = TJISDN.Gen.Params, TJISDN.ndis.reg
  66. Characteristics = 0x84  ;NCF_PHYSICAL | NCF_HAS_UI
  67. CopyFiles=TJISDN.CopyFiles
  68.  
  69. [TJISDNUKP.ndi.NT]
  70. BusType     = 5
  71. AddReg      = TJISDN.Gen.Params, TJISDN.ndis.reg
  72. Characteristics = 0x84  ;NCF_PHYSICAL | NCF_HAS_UI
  73. CopyFiles=TJISDN.CopyFiles
  74.  
  75. [TJISDNSTAP.ndi.NT]
  76. BusType     = 5
  77. AddReg      = TJISDN.Gen.Params, TJISDN.ndis.reg
  78. Characteristics = 0x84  ;NCF_PHYSICAL | NCF_HAS_UI
  79. CopyFiles=TJISDN.CopyFiles
  80.  
  81. [TJISDNST.ndi.NT.Services]
  82. AddService = TJISDN, 2, TJISDN.Service, common.EventLog
  83.  
  84. [TJISDNSTS.ndi.NT.Services]
  85. AddService = TJISDN, 2, TJISDN.Service, common.EventLog
  86.  
  87. [TJISDNU.ndi.NT.Services]
  88. AddService = TJISDN, 2, TJISDN.Service, common.EventLog
  89.  
  90. [TJISDNUP.ndi.NT.Services]
  91. AddService = TJISDN, 2, TJISDN.Service, common.EventLog
  92.  
  93. [TJISDNUK.ndi.NT.Services]
  94. AddService = TJISDN, 2, TJISDN.Service, common.EventLog
  95.  
  96. [TJISDNUKP.ndi.NT.Services]
  97. AddService = TJISDN, 2, TJISDN.Service, common.EventLog
  98.  
  99. [TJISDNSTAP.ndi.NT.Services]
  100. AddService = TJISDN, 2, TJISDN.Service, common.EventLog
  101.  
  102. ;****************************************************************************
  103. ; NT Base Section
  104. ;****************************************************************************
  105. [TJISDN.ndis.reg]
  106. HKR, Ndi,       Service,    0, "TJISDN"
  107. ; NT reg
  108. HKR, Ndi\Interfaces,            DefUpper,   0, "ndiswan"
  109. HKR, Ndi\Interfaces,            DefLower,   0, "isdn"
  110. HKR, Ndi\Interfaces,            UpperRange, 0, "ndiswan"
  111. HKR, Ndi\Interfaces,            LowerRange, 0, "isdn"
  112.  
  113. ; ISDN information
  114. HKR, ,   WanEndPoints,           0x00010001, 2
  115. HKR, ,   IsdnNumDChannels,       0x00010001, 1
  116. HKR, ,   IsdnAutoSwitchDetect,   0x00010001, 1
  117. HKR, ,   IsdnSwitchTypes,        0x00010001, 0x0000009f 
  118.  
  119. HKR, 0,  IsdnNumBChannels,           0x00010001, 2
  120. HKR, 0,  IsdnMultiSubscriberNumbers,     0x00010000, ""
  121.  
  122. ;****************************************************************************
  123. ; General Params
  124. ;****************************************************************************
  125. [TJISDN.Gen.Params]
  126. HKR, , BoardType, , "TJISDN"
  127. HKR, , BoardName, , "TJISDN"
  128. HKR, , MediaType, , "ISDN"
  129. HKR, , AudioType, , "0"    ; U-Law
  130. ;HKR, , AudioType, , "1" ; A-Law
  131.  
  132. ;****************************************************************************
  133. ; NT Install/Remove Section
  134. ;****************************************************************************
  135. [TJISDN.CopyFiles]
  136. tjisdn.sys,,,2        ; The name of the driver
  137.  
  138. ;****************************************************************************
  139. ; NT Service Section
  140. ;****************************************************************************
  141.  
  142. [TJISDN.Service]
  143. DisplayName     = %TJISDN.DeviceDesc%
  144. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  145. StartType       = 3 ;%SERVICE_DEMAND_START%
  146. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  147. ServiceBinary   = %12%\tjisdn.sys
  148. LoadOrderGroup  = NDIS
  149.  
  150. [common.EventLog]
  151. AddReg = common.AddEventLog.reg
  152.  
  153. [common.AddEventLog.reg]
  154. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  155. HKR, , TypesSupported,   0x00010001, 7
  156.  
  157.  
  158. ;****************************************************************************
  159. ; Destination Directories
  160. ;****************************************************************************
  161. [DestinationDirs]
  162. TJISDN.CopyFiles = 12   ; drivers directory
  163.  
  164.  
  165. ;****************************************************************************
  166. ; Localizable Strings
  167. ;****************************************************************************
  168. [strings]
  169. ; Provider
  170. V_TJ="Tiger Jet Network Inc."
  171. MS= "Microsoft"
  172. ; Manufacturers
  173. V_TJISDN="Tiger Jet Network Inc."
  174.  
  175. ; Device Descriptions
  176. TJISDN.DeviceDesc    = "Tiger Jet PCI 128K ISDN Adapter"
  177. TJISDNST.DeviceDesc    = "Tiger Jet PCI 128K ISDN-S/T Adapter"
  178. TJISDNSTS.DeviceDesc    = "Tiger Jet PCI 128K ISDN-S/T Adapter"
  179. TJISDNU.DeviceDesc    = "Tiger Jet PCI 128K ISDN-U Adapter"
  180. TJISDNUK.DeviceDesc    = "Tiger Jet PCI 128K ISDN-U (K) Adapter"
  181. TJISDNUKP.DeviceDesc    = "Tiger Jet PCI 128K ISDN-U (K) with POT Adapter"
  182. TJISDNUP.DeviceDesc    = "Tiger Jet PCI 128K ISDN-U with POT Adapter"
  183. TJISDNSTAP.DeviceDesc    = "Tiger Jet PCI 128K ISDN-S/T (A) with POT Adapter"
  184.